Insert Method

Summary

Appends the synchronization object to the collection using the specified index.

Syntax
C#
VB
C++
public override void Insert( 
   int index, 
   MedicalViewerSynchronizationObject item 
) 
            public: 
void Insert(  
   int index, 
   MedicalViewerSynchronizationObject^ item 
) override  
Public Overrides Sub Insert( 
   ByVal index As Integer, 
   ByVal item As MedicalViewerSynchronizationObject 
) 

Parameters

index

Index of the item to insert.

item

MedicalViewerSynchronizationObject that represents the item to be inserted.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly